The LeadLoggerClient type exposes the following members.

Constructors

  NameDescription
Public methodLeadLoggerClient()()()()
Initializes a new instance of the LeadLoggerClient class
Public methodLeadLoggerClient(String)
Initializes a new instance of the LeadLoggerClient class
Public methodLeadLoggerClient(Binding, EndpointAddress)
Initializes a new instance of the LeadLoggerClient class
Public methodLeadLoggerClient(String, EndpointAddress)
Initializes a new instance of the LeadLoggerClient class
Public methodLeadLoggerClient(String, String)
Initializes a new instance of the LeadLoggerClient class

Methods

  NameDescription
Public methodAbort
Causes the ClientBase<(Of <(<'TChannel>)>)> object to transition immediately from its current state into the closed state.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public methodClose
Causes the ClientBase<(Of <(<'TChannel>)>)> object to transition from its current state into the closed state.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
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.)
Protected methodGetDefaultValueForInitialization<(Of <<'(T>)>>)
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
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 methodInvokeAsync
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen
Causes the ClientBase<(Of <(<'TChannel>)>)> object to transition from the created state into the opened state.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public methodSubmitLead
Public methodSubmitLeadAndSendEmail
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Protected propertyChannel
Gets the inner channel used to to send messages to variously configured service endpoints.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public propertyChannelFactory
Gets the underlying ChannelFactory<(Of <(<'TChannel>)>)> object.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public propertyClientCredentials
Gets the client credentials used to call an operation.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public propertyEndpoint
Gets the target endpoint for the service to which the client can connect.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)
Public propertyState
Gets the current state of the ClientBase<(Of <(<'TChannel>)>)> object.
(Inherited from ClientBase<(Of <(<'ILeadLogger>)>)>.)

See Also