The SealedMessageRetrievalClient type exposes the following members.

Constructors

  NameDescription
Public methodSealedMessageRetrievalClient(X509Certificate2)
Initializes an instance of the SealedMessageRetrievalClient.
Public methodSealedMessageRetrievalClient(String, X509Certificate2)
Initializes an instance of the SealedMessageRetrievalClient.

Methods

  NameDescription
Public methodDispose
Closes and disposes the client.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodList
Get a list of messages that are available for retrieval.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRetrieve
Retrieve a list of Sealed Messages.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodGetAttributeValue<(Of <<'(T, TExpected>)>>)
Extension Methods for retrieving a value from an interface
(Defined by Extensions.)
Public Extension MethodSerializeToXml()()()()Overloaded.
Serializes any object to XML.
(Defined by Extensions.)
Public Extension MethodSerializeToXml(String)Overloaded.
Serializes any object to XML.
(Defined by Extensions.)

Properties

  NameDescription
Public propertyLastSoapRequest
Gets the soap request xml for the last service call.
Public propertyLastSoapResponse
Gets the soap response xml for the last service call.

See Also