SignInConfiguration Members
Include Protected Members
Include Inherited Members
Configuration Class which handles the endpoint configuration, such as TranspotMode, Internal Server and External Server addresses, sign in auto retry etc. This class object can be obtained by the property Configuration from the LyncClient object.
The SignInConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExternalServerUrl | Gets or sets the external signalling server address. | |
InternalServerUrl | Gets or sets the internal signalling server address. | |
IsPasswordSaved | Gets or sets the save password flag. | |
Mode | Gets or sets the configuration mode value. | |
SignedInFromIntranet | Determines whether user signed in from intranet. | |
SignInAsAvailability | Get or sets the availability value for sign in with specified availability. | |
SignInAutoRetry | Get or sets the bool value indication that auto retry for sign in is set. | |
TransportMode | Gets or sets the current server transport. | |
UserName | Sets display name for anonymous user. This property is reserved and must not be used. |
Top
Methods
Name | Description | |
---|---|---|
CanSet | Returns true if the configuration type can be set. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
ToString | (inherited from Object) |
Top