ConfigMgrBgbTcpSession Class
Represents a TCP client notification session.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::ConfigMgrBgbSession
Microsoft.ConfigurationManagement.Messaging.Messages::ConfigMgrBgbTcpSession
| Name | Description | |
|---|---|---|
![]() | ClientCertificate | Gets the client certificate to use with the client notification session. (Inherited from ConfigMgrBgbSession.) |
![]() | ClientVersion | Gets or sets the client version associated with the client notification session. (Inherited from ConfigMgrBgbSession.) |
![]() | HostName | Gets the client notification server host name. (Inherited from ConfigMgrBgbSession.) |
![]() | IsConnected | Indicates whether the session is connected. (Overrides ConfigMgrBgbSession::IsConnected.) |
![]() | KeepAliveInterval | Gets or sets the interval for sending keep-alive notifications to the client notification endpoint on the management point. The default value is 15 minutes. (Inherited from ConfigMgrBgbSession.) |
![]() | Port | Gets the client notification server port number. The default value is 10123. (Inherited from ConfigMgrBgbSession.) |
![]() | SecurityMode | Gets the message security mode, if applicable. (Inherited from ConfigMgrBgbSession.) |
![]() | SessionType | Gets the client notification session type. The default value is TCP. (Overrides ConfigMgrBgbSession::SessionType.) |
![]() | SmsId | Gets the client SMSID. (Inherited from ConfigMgrBgbSession.) |
![]() | ValidateCrl | If true, the Certificate Revocation List (CRL) is verified. (Inherited from ConfigMgrBgbSession.) |
![]() | ValidateServerCertificate | If true, the server certificate is valid. (Inherited from ConfigMgrBgbSession.) |
| Name | Description | |
|---|---|---|
![]() | CloseSession() | Closes an active client notification session. If the session is not open, no action is taken. (Inherited from ConfigMgrBgbSession.) |
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ConfigMgrBgbSession.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | OpenSession() | Opens a client notification session using the parameters defined in the source message. (Inherited from ConfigMgrBgbSession.) |
![]() | SendResponseMessage(BgbResponseMessage^) | Sends a response message for a request over the BGB channel. (Inherited from ConfigMgrBgbSession.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | BgbMessageReceived | Invoked when a client notification message is received on the asynchronous channel. (Inherited from ConfigMgrBgbSession.) |
![]() | BgbMessageSent | Invoked when a client notification message is sent on the asynchronous channel. (Inherited from ConfigMgrBgbSession.) |
![]() | BgbSessionClosed | Invoked when a client notification session is closed. (Inherited from ConfigMgrBgbSession.) |
![]() | BgbSessionOpened | Invoked when a client notification session is successfully created. (Inherited from ConfigMgrBgbSession.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


