Click or drag to resize

LogReceiverWebServiceTarget Properties

The LogReceiverWebServiceTarget type exposes the following members.

Properties
  NameDescription
Public propertyClientId
Gets or sets the client ID.
Public propertyEndpointAddress
Gets or sets the endpoint address.
Public propertyEndpointConfigurationName
Gets or sets the name of the endpoint configuration in WCF configuration file.
Public propertyIncludeEventProperties
Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
Protected propertyIsInitialized
Gets a value indicating whether the target has been initialized.
(Inherited from Target.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Target.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyParameters
Gets the list of parameters.
Protected propertySyncRoot
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.)
Public propertyUseBinaryEncoding
Gets or sets a value indicating whether to use binary message encoding.
Public propertyUseOneWayContract
Gets or sets a value indicating whether to use a WCF service contract that is one way (fire and forget) or two way (request-reply)
Top
See Also