Click or drag to resize

ListenerBinding Methods

The ListenerBinding type exposes the following members.

Methods
  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Releases unmanaged resources and performs other cleanup operations before the Listener is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method SendResponse Sends a response message.
Public method SendResponseAsync Sends a response message.
Public method Start Starts this instance.
Public method StartAsync Starts this instance.
Public method Stop Stops.
Public method ToString Returns a String that represents a Listener.
(Overrides ObjectToString)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also