Click or drag to resize

IWcfLogReceiverClient Interface

Namespace:  NLog.LogReceiverService
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax
public interface IWcfLogReceiverClient : ICommunicationObject

The IWcfLogReceiverClient type exposes the following members.

Properties
  NameDescription
Public propertyClientCredentials
Enables the user to configure client and service credentials as well as service credential authentication settings for use on the client side of communication.
Public propertyCookieContainer
Gets or sets the cookie container.
Public propertyEndpoint
Gets the target endpoint for the service to which the WCF client can connect.
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
Public propertyState
Gets the current state of the communication-oriented object.
(Inherited from ICommunicationObject.)
Top
Methods
  NameDescription
Public methodAbort
Causes a communication object to transition immediately from its current state into the closed state.
(Inherited from ICommunicationObject.)
Public methodBeginClose(AsyncCallback, Object)
Begins an asynchronous operation to close a communication object.
(Inherited from ICommunicationObject.)
Public methodBeginClose(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to close a communication object with a specified timeout.
(Inherited from ICommunicationObject.)
Public methodBeginOpen(AsyncCallback, Object)
Begins an asynchronous operation to open a communication object.
(Inherited from ICommunicationObject.)
Public methodBeginOpen(TimeSpan, AsyncCallback, Object)
Begins an asynchronous operation to open a communication object within a specified interval of time.
(Inherited from ICommunicationObject.)
Public methodBeginProcessLogMessages
Begins processing of log messages.
Public methodClose
Causes a communication object to transition from its current state into the closed state.
(Inherited from ICommunicationObject.)
Public methodClose(TimeSpan)
Causes a communication object to transition from its current state into the closed state.
(Inherited from ICommunicationObject.)
Public methodCloseAsync
Closes the client asynchronously.
Public methodCloseAsync(Object)
Closes the client asynchronously.
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
Public methodEndClose
Completes an asynchronous operation to close a communication object.
(Inherited from ICommunicationObject.)
Public methodEndOpen
Completes an asynchronous operation to open a communication object.
(Inherited from ICommunicationObject.)
Public methodEndProcessLogMessages
Ends asynchronous processing of log messages.
Public methodOpen
Causes a communication object to transition from the created state into the opened state.
(Inherited from ICommunicationObject.)
Public methodOpen(TimeSpan)
Causes a communication object to transition from the created state into the opened state within a specified interval of time.
(Inherited from ICommunicationObject.)
Public methodOpenAsync
Opens the client asynchronously.
Public methodOpenAsync(Object)
Opens the client asynchronously.
Public methodProcessLogMessagesAsync(NLogEvents)
Processes the log messages asynchronously.
Public methodProcessLogMessagesAsync(NLogEvents, Object)
Processes the log messages asynchronously.
Top
Events
  NameDescription
Public eventCloseCompleted
Occurs when Close operation has completed.
Public eventClosed
Occurs when the communication object completes its transition from the closing state into the closed state.
(Inherited from ICommunicationObject.)
Public eventClosing
Occurs when the communication object first enters the closing state.
(Inherited from ICommunicationObject.)
Public eventFaulted
Occurs when the communication object first enters the faulted state.
(Inherited from ICommunicationObject.)
Public eventOpenCompleted
Occurs when Open operation has completed.
Public eventOpened
Occurs when the communication object completes its transition from the opening state into the opened state.
(Inherited from ICommunicationObject.)
Public eventOpening
Occurs when the communication object first enters the opening state.
(Inherited from ICommunicationObject.)
Public eventProcessLogMessagesCompleted
Occurs when the log message processing has completed.
Top
See Also