RemoteLoggingServerPlugin SinkUri Property Apache log4net™ SDK Documentation
Gets or sets the URI of this sink.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual string SinkUri { get; set; }

Property Value

Type: OnlineString
The URI of this sink.
Remarks

This is the name under which the object is marshaled. Marshal(MarshalByRefObject, String, Type)

See Also