[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The ConfigMgrBgbHttpSessiontype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
CloseSession () () () ()
Closes an active client notification session. If session is not opened, nothing happens.
(Inherited from ConfigMgrBgbSession.)
Dispose () () () ()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from ConfigMgrBgbSession.)
Dispose(Boolean)
Implementation of IDispose
(Inherited from ConfigMgrBgbSession.)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
InternalCloseSession () () () ()
Implementation for closing a session
(Inherited from ConfigMgrBgbSession.)
InternalOpenSession () () () ()
Implementation that opens a session with the client notification server
(Inherited from ConfigMgrBgbSession.)
MemberwiseClone () () () () (Inherited from Object.)
OnBgbMessageReceived(ConfigMgrBgbSessionEventArgs)
Invoker for when a client notification message has been received
(Inherited from ConfigMgrBgbSession.)
OnBgbMessageSent(ConfigMgrBgbSessionEventArgs)
Invoker for when a client notification message has been sent
(Inherited from ConfigMgrBgbSession.)
OnBgbSessionClosed(EventArgs)
Invoker for when a BGB session closes
(Inherited from ConfigMgrBgbSession.)
OnBgbSessionOpened(EventArgs)
Invoker for when a BGB session opens
(Inherited from ConfigMgrBgbSession.)
OpenSession () () () ()
Opens a client notification session using the parameters defined in the source message
(Inherited from ConfigMgrBgbSession.)
ProcessReceivedMessage(BgbMessageType, Stream, UInt32, UInt32)
Internal handler for processing a received message
(Inherited from ConfigMgrBgbSession.)
SendMessageImplementation(IMessage, BgbMessageType)
Implementation for sending a message to a session listener
(Inherited from ConfigMgrBgbSession.)
SendResponseMessage(BgbResponseMessage)
Sends a response message for a request over the BGB channel
(Inherited from ConfigMgrBgbSession.)
ToString () () () () (Inherited from Object.)
Validate () () () ()
Performs message validation.
(Inherited from ConfigMgrBgbSession.)
Validate(Collection < (Of < <' ( Exception > ) > > ) )
Performs message validation.
(Inherited from ConfigMgrBgbSession.)

See Also