The TransportResponseRetrievalClient type exposes the following members.

Constructors

  NameDescription
Public methodTransportResponseRetrievalClient(X509Certificate2)
Initializes an instance of the TransportResponseRetrievalClient.
Public methodTransportResponseRetrievalClient(String, X509Certificate2)
Initializes an instance of the TransportResponseRetrievalClient.

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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Mark a set of Transport Responses as retrieved. Retrieved transport should not be returned in subsequent retrieve operations unless the allAvailable flag is specified.
Public methodRetrieve
Retrieve a list of Transport Responses.
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