Click or drag to resize

ListenerBinding Class

Binding class for Listener.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.PipelineListenerBinding

Namespace: GSF.Net.Snmp.Pipeline
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public sealed class ListenerBinding : IDisposable, 
	IListenerBinding
View Source

The ListenerBinding type exposes the following members.

Constructors
 NameDescription
Public methodListenerBinding Initializes a new instance of the ListenerBinding class.
Top
Properties
 NameDescription
Public propertyEndpoint Gets or sets the endpoint.
Top
Methods
 NameDescription
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Releases unmanaged resources and performs other cleanup operations before the Listener is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSendResponse Sends a response message.
Public methodSendResponseAsync Sends a response message.
Public methodStart Starts this instance.
Public methodStartAsync Starts this instance.
Public methodStop Stops.
Public methodToString Returns a String that represents a Listener.
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventExceptionRaised Occurs when an exception is raised.
Public eventMessageReceived Occurs when a message is received.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also