![]() | WcfLogReceiverClientBaseTService Class |
Namespace: NLog.LogReceiverService
public abstract class WcfLogReceiverClientBase<TService> : ClientBase<TService>, IWcfLogReceiverClient, ICommunicationObject where TService : class
The WcfLogReceiverClientBaseTService type exposes the following members.
Name | Description | |
---|---|---|
![]() | WcfLogReceiverClientBaseTService |
Initializes a new instance of the WcfLogReceiverClientBaseTService class.
|
![]() | WcfLogReceiverClientBaseTService(String) |
Initializes a new instance of the WcfLogReceiverClientBaseTService class.
|
![]() | WcfLogReceiverClientBaseTService(Binding, EndpointAddress) |
Initializes a new instance of the WcfLogReceiverClientBaseTService class.
|
![]() | WcfLogReceiverClientBaseTService(String, EndpointAddress) |
Initializes a new instance of the WcfLogReceiverClientBaseTService class.
|
![]() | WcfLogReceiverClientBaseTService(String, String) |
Initializes a new instance of the WcfLogReceiverClientBaseTService class.
|
Name | Description | |
---|---|---|
![]() | Channel | Gets the inner channel used to send messages to variously configured service endpoints. (Inherited from ClientBaseTService.) |
![]() | ChannelFactory | Gets the underlying ChannelFactoryTChannel object. (Inherited from ClientBaseTService.) |
![]() | ClientCredentials | Gets the client credentials used to call an operation. (Inherited from ClientBaseTService.) |
![]() | CookieContainer |
Gets or sets the cookie container.
|
![]() | Endpoint | Gets the target endpoint for the service to which the WCF client can connect. (Inherited from ClientBaseTService.) |
![]() | InnerChannel | Gets the underlying IClientChannel implementation. (Inherited from ClientBaseTService.) |
![]() | State | Gets the current state of the ClientBaseTChannel object. (Inherited from ClientBaseTService.) |
Name | Description | |
---|---|---|
![]() | Abort | Causes the ClientBaseTChannel object to transition immediately from its current state into the closed state. (Inherited from ClientBaseTService.) |
![]() | BeginProcessLogMessages |
Begins processing of log messages.
|
![]() | Close | Causes the ClientBaseTChannel object to transition from its current state into the closed state. (Inherited from ClientBaseTService.) |
![]() | CloseAsync |
Closes the client asynchronously.
|
![]() | CloseAsync(Object) |
Closes the client asynchronously.
|
![]() | CreateChannel | Returns a new channel to the service. (Inherited from ClientBaseTService.) |
![]() | DisplayInitializationUI | Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. (Inherited from ClientBaseTService.) |
![]() | EndProcessLogMessages |
Ends asynchronous processing of log messages.
|
![]() | GetDefaultValueForInitializationT | Replicates the behavior of the default keyword in C#. (Inherited from ClientBaseTService.) |
![]() | InvokeAsync | Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview. (Inherited from ClientBaseTService.) |
![]() | Open | Causes the ClientBaseTChannel object to transition from the created state into the opened state. (Inherited from ClientBaseTService.) |
![]() | OpenAsync |
Opens the client asynchronously.
|
![]() | OpenAsync(Object) |
Opens the client asynchronously.
|
![]() | ProcessLogMessagesAsync(NLogEvents) |
Processes the log messages asynchronously.
|
![]() | ProcessLogMessagesAsync(NLogEvents, Object) |
Processes the log messages asynchronously.
|
Name | Description | |
---|---|---|
![]() | CloseCompleted |
Occurs when Close operation has completed.
|
![]() | OpenCompleted |
Occurs when Open operation has completed.
|
![]() | ProcessLogMessagesCompleted |
Occurs when the log message processing has completed.
|