Click or drag to resize

WcfLogReceiverOneWayClient Class

Log Receiver Client using WCF.
Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseILogReceiverOneWayClient
    NLog.LogReceiverServiceWcfLogReceiverClientBaseILogReceiverOneWayClient
      NLog.LogReceiverServiceWcfLogReceiverOneWayClient

Namespace:  NLog.LogReceiverService
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax
public sealed class WcfLogReceiverOneWayClient : WcfLogReceiverClientBase<ILogReceiverOneWayClient>, 
	ILogReceiverOneWayClient

The WcfLogReceiverOneWayClient type exposes the following members.

Constructors
  NameDescription
Public methodWcfLogReceiverOneWayClient
Initializes a new instance of the WcfLogReceiverOneWayClient class.
Public methodWcfLogReceiverOneWayClient(String)
Initializes a new instance of the WcfLogReceiverOneWayClient class.
Public methodWcfLogReceiverOneWayClient(Binding, EndpointAddress)
Initializes a new instance of the WcfLogReceiverOneWayClient class.
Public methodWcfLogReceiverOneWayClient(String, EndpointAddress)
Initializes a new instance of the WcfLogReceiverOneWayClient class.
Public methodWcfLogReceiverOneWayClient(String, String)
Initializes a new instance of the WcfLogReceiverOneWayClient class.
Top
Properties
  NameDescription
Public propertyChannelFactory
Gets the underlying ChannelFactoryTChannel object.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public propertyClientCredentials
Gets the client credentials used to call an operation.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public propertyCookieContainer
Gets or sets the cookie container.
(Inherited from WcfLogReceiverClientBaseTService.)
Public propertyEndpoint
Gets the target endpoint for the service to which the WCF client can connect.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public propertyState
Gets the current state of the ClientBaseTChannel object.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Top
Methods
  NameDescription
Public methodAbort
Causes the ClientBaseTChannel object to transition immediately from its current state into the closed state.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public methodBeginProcessLogMessages
Begins processing of log messages.
(Overrides WcfLogReceiverClientBaseTServiceBeginProcessLogMessages(NLogEvents, AsyncCallback, Object).)
Public methodClose
Causes the ClientBaseTChannel object to transition from its current state into the closed state.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public methodCloseAsync
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodCloseAsync(Object)
Closes the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public methodEndProcessLogMessages
Ends asynchronous processing of log messages.
(Overrides WcfLogReceiverClientBaseTServiceEndProcessLogMessages(IAsyncResult).)
Public methodOpen
Causes the ClientBaseTChannel object to transition from the created state into the opened state.
(Inherited from ClientBaseILogReceiverOneWayClient.)
Public methodOpenAsync
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodOpenAsync(Object)
Opens the client asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodProcessLogMessagesAsync(NLogEvents)
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Public methodProcessLogMessagesAsync(NLogEvents, Object)
Processes the log messages asynchronously.
(Inherited from WcfLogReceiverClientBaseTService.)
Top
Events
See Also