Click or drag to resize
LyncPlatformLibraryTransPortType Enumeration
Enumerates the protocol used when connecting to the Lync server.

Namespace: Inkostar.Enums
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum LyncPlatformLibraryTransPortType
Members
  Member nameValueDescription
Tls2 The connection uses TLS encryption.
Remarks
This is the default transport type.
Tcp1 The connection uses the TCP tansport.
See Also