![]() | 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 ChannelFactory<TChannel> object. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | ClientCredentials | Gets the client credentials used to call an operation. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | CookieContainer |
Gets or sets the cookie container.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | Endpoint | Gets the target endpoint for the service to which the WCF client can connect. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | InnerChannel | Gets the underlying IClientChannel implementation. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | State | Gets the current state of the ClientBase<TChannel> object. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
Name | Description | |
---|---|---|
![]() | Abort | Causes the ClientBase<TChannel> object to transition immediately from its current state into the closed state. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | BeginProcessLogMessages |
Begins processing of log messages.
(Overrides WcfLogReceiverClientBase<TService>.BeginProcessLogMessages(NLogEvents, AsyncCallback, Object).) |
![]() | Close | Causes the ClientBase<TChannel> object to transition from its current state into the closed state. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | CloseAsync() |
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | CloseAsync(Object) |
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | DisplayInitializationUI | Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | EndProcessLogMessages |
Ends asynchronous processing of log messages.
(Overrides WcfLogReceiverClientBase<TService>.EndProcessLogMessages(IAsyncResult).) |
![]() | Open | Causes the ClientBase<TChannel> object to transition from the created state into the opened state. (Inherited from ClientBase<ILogReceiverTwoWayClient>.) |
![]() | OpenAsync() |
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | OpenAsync(Object) |
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | ProcessLogMessagesAsync(NLogEvents) |
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | ProcessLogMessagesAsync(NLogEvents, Object) |
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBase<TService>.) |
Name | Description | |
---|---|---|
![]() | CloseCompleted |
Occurs when Close operation has completed.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | OpenCompleted |
Occurs when Open operation has completed.
(Inherited from WcfLogReceiverClientBase<TService>.) |
![]() | ProcessLogMessagesCompleted |
Occurs when the log message processing has completed.
(Inherited from WcfLogReceiverClientBase<TService>.) |