WcfLogReceiverTwoWayClient Class |
Namespace: NLog.LogReceiverService
The WcfLogReceiverTwoWayClient type exposes the following members.
Name | Description | |
---|---|---|
WcfLogReceiverTwoWayClient |
Initializes a new instance of the WcfLogReceiverTwoWayClient class.
| |
WcfLogReceiverTwoWayClient(String) |
Initializes a new instance of the WcfLogReceiverTwoWayClient class.
| |
WcfLogReceiverTwoWayClient(Binding, EndpointAddress) |
Initializes a new instance of the WcfLogReceiverTwoWayClient class.
| |
WcfLogReceiverTwoWayClient(String, EndpointAddress) |
Initializes a new instance of the WcfLogReceiverTwoWayClient class.
| |
WcfLogReceiverTwoWayClient(String, String) |
Initializes a new instance of the WcfLogReceiverTwoWayClient class.
|
Name | Description | |
---|---|---|
ChannelFactory | Gets the underlying ChannelFactoryTChannel object. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
ClientCredentials | Gets the client credentials used to call an operation. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
CookieContainer |
Gets or sets the cookie container.
(Inherited from WcfLogReceiverClientBaseTService.) | |
Endpoint | Gets the target endpoint for the service to which the WCF client can connect. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
InnerChannel | Gets the underlying IClientChannel implementation. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
State | Gets the current state of the ClientBaseTChannel object. (Inherited from ClientBaseILogReceiverTwoWayClient.) |
Name | Description | |
---|---|---|
Abort | Causes the ClientBaseTChannel object to transition immediately from its current state into the closed state. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
BeginProcessLogMessages |
Begins processing of log messages.
(Overrides WcfLogReceiverClientBaseTServiceBeginProcessLogMessages(NLogEvents, AsyncCallback, Object).) | |
Close | Causes the ClientBaseTChannel object to transition from its current state into the closed state. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
CloseAsync |
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.) | |
CloseAsync(Object) |
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.) | |
DisplayInitializationUI | Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
EndProcessLogMessages |
Ends asynchronous processing of log messages.
(Overrides WcfLogReceiverClientBaseTServiceEndProcessLogMessages(IAsyncResult).) | |
Open | Causes the ClientBaseTChannel object to transition from the created state into the opened state. (Inherited from ClientBaseILogReceiverTwoWayClient.) | |
OpenAsync |
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.) | |
OpenAsync(Object) |
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.) | |
ProcessLogMessagesAsync(NLogEvents) |
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.) | |
ProcessLogMessagesAsync(NLogEvents, Object) |
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.) |
Name | Description | |
---|---|---|
CloseCompleted |
Occurs when Close operation has completed.
(Inherited from WcfLogReceiverClientBaseTService.) | |
OpenCompleted |
Occurs when Open operation has completed.
(Inherited from WcfLogReceiverClientBaseTService.) | |
ProcessLogMessagesCompleted |
Occurs when the log message processing has completed.
(Inherited from WcfLogReceiverClientBaseTService.) |