ConfigMgrBgbHttpSession Class

 

Represents a client notification session using an HTTP channel.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::ConfigMgrBgbSession
    Microsoft.ConfigurationManagement.Messaging.Messages::ConfigMgrBgbHttpSession

[SerializableAttribute]
public ref class ConfigMgrBgbHttpSession sealed : ConfigMgrBgbSession

NameDescription
System_CAPS_pubpropertyClientCertificate

Gets the client certificate to use with the client notification session. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubpropertyClientVersion

Gets or sets the client version associated with the client notification session. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubpropertyHostName

Gets the client notification server host name. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubpropertyIsConnected

Indicates whether the session is connected. (Overrides ConfigMgrBgbSession::IsConnected.)

System_CAPS_pubpropertyKeepAliveInterval

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.)

System_CAPS_pubpropertyPort

Gets the client notification server port number. The default value is 10123. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubpropertySecurityMode

Gets the message security mode, if applicable. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubpropertySessionType

Gets the client notification session type. (Overrides ConfigMgrBgbSession::SessionType.)

System_CAPS_pubpropertySmsId

Gets the client SMSID. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubpropertyValidateCrl

If true, the Certificate Revocation List (CRL) is verified. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubpropertyValidateServerCertificate

If true, the server certificate is valid. (Inherited from ConfigMgrBgbSession.)

NameDescription
System_CAPS_pubmethodCloseSession()

Closes an active client notification session. If the session is not open, no action is taken. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubmethodDispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodOpenSession()

Opens a client notification session using the parameters defined in the source message. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubmethodSendResponseMessage(BgbResponseMessage^)

Sends a response message for a request over the BGB channel. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventBgbMessageReceived

Invoked when a client notification message is received on the asynchronous channel. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubeventBgbMessageSent

Invoked when a client notification message is sent on the asynchronous channel. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubeventBgbSessionClosed

Invoked when a client notification session is closed. (Inherited from ConfigMgrBgbSession.)

System_CAPS_pubeventBgbSessionOpened

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.

Return to top
Show: