![]() | AsyncSyslogTcpSender Class |
Namespace: SyslogNet.Client.Transport
The AsyncSyslogTcpSender type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncSyslogTcpSender(String, Int32) |
Initializes a new instance of the AsyncSyslogTcpSender class.
|
![]() | AsyncSyslogTcpSender(String, Int32, Boolean) |
Initializes a new instance of the AsyncSyslogTcpSender class.
|
Name | Description | |
---|---|---|
![]() | ConnectAsync |
Connects to the remote host.
(Inherited from AsyncSyslogSenderBase.) |
![]() | ConnectAsync(String, Int32) |
Connects to the remote host.
(Inherited from AsyncSyslogTcpSenderBase.) |
![]() | DisconnectAsync |
Disconnects from the remote host.
(Inherited from AsyncSyslogTcpSenderBase.) |
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from AsyncSyslogTcpSenderBase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReconnectAsync |
Reconnects to the remote host.
(Inherited from AsyncSyslogTcpSenderBase.) |
![]() | SendAsync(SyslogMessage, ISyslogMessageSerializer) |
Sends a message.
(Inherited from AsyncSyslogSenderBase.) |
![]() | SendAsync(IEnumerableSyslogMessage, ISyslogMessageSerializer) |
Sends a collection of messages.
(Inherited from AsyncSyslogSenderBase.) |
![]() | SendAsync(SyslogMessage, ISyslogMessageSerializer, CancellationToken) |
Sends a message.
(Inherited from AsyncSyslogTcpSenderBase.) |
![]() | SendAsync(IEnumerableSyslogMessage, ISyslogMessageSerializer, CancellationToken) |
Sends a collection of messages.
(Inherited from AsyncSyslogTcpSenderBase.) |
![]() | Serialize |
Serializes a message to a stream.
(Inherited from AsyncSyslogTcpSenderBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteAsync |
Sends a message.
(Overrides AsyncSyslogTcpSenderBaseWriteAsync(Byte, ISyslogMessageSerializer, CancellationToken).) |