log4net SDK Reference

NetSendAppender.Server Property

Gets or sets the DNS or NetBIOS name of the remote server on which the function is to execute.

[Visual Basic]
Public Property Server As String
[C#]
public string Server {get; set;}

Property Value

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

NetSendAppender Class | log4net.Appender Namespace