| LyncPlatformLibraryTransPortType Enumeration |
Enumerates the protocol used when connecting to the Lync server.
Namespace: Inkostar.EnumsAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LyncPlatformLibraryTransPortType
Public Enumeration LyncPlatformLibraryTransPortType
public enum class LyncPlatformLibraryTransPortType
type LyncPlatformLibraryTransPortType
Members|
| Member name | Value | Description |
|---|
| Tls | 2 |
The connection uses TLS encryption.
RemarksThis is the default transport type. |
| Tcp | 1 |
The connection uses the TCP tansport.
|
See Also