Share via


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
Public property ExternalServerUrl Gets or sets the external signalling server address.
Public property InternalServerUrl Gets or sets the internal signalling server address.
Public property IsPasswordSaved Gets or sets the save password flag.
Public property Mode Gets or sets the configuration mode value.
Public property SignedInFromIntranet Determines whether user signed in from intranet.
Public property SignInAsAvailability Get or sets the availability value for sign in with specified availability.
Public property SignInAutoRetry Get or sets the bool value indication that auto retry for sign in is set.
Public property TransportMode Gets or sets the current server transport.
Public property UserName Sets display name for anonymous user. This property is reserved and must not be used.

Top

Methods

  Name Description
Public method CanSet Returns true if the configuration type can be set.
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Public method GetType (inherited from Object)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method ToString (inherited from Object)

Top

See Also

Reference

SignInConfiguration Class

Microsoft.Lync.Model Namespace