NetSendAppender Server Property Apache log4net™ SDK Documentation
Gets or sets the DNS or NetBIOS name of the remote server on which the function is to execute.

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

public string Server { get; set; }

Property Value

Type: OnlineString
DNS or NetBIOS name of the remote server on which the function is to execute.
Remarks

For Windows NT 4.0 and earlier, the string should begin with \\.

If this property is not specified, the local computer is used.

See Also