Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
protected static int NetMessageBufferSend( string serverName, string msgName, string fromName, string buffer, int bufferSize )
Parameters
- serverName
- Type: SystemString
The DNS or NetBIOS name of the server on which the function is to execute. - msgName
- Type: SystemString
The message alias to which the message buffer should be sent - fromName
- Type: SystemString
The originator of the message. - buffer
- Type: SystemString
The message text. - bufferSize
- Type: SystemInt32
The length, in bytes, of the message text.
Return Value
Type: Int32If the function succeeds, the return value is zero.
The following restrictions apply for sending network messages:
Platform | Requirements |
---|---|
Windows NT | No special group membership is required to send a network message. Admin, Accounts, Print, or Server Operator group membership is required to successfully send a network message on a remote server. |
Windows 2000 or later | If you send a message on a domain controller that is running Active Directory, access is allowed or denied based on the access control list (ACL) for the securable object. The default ACL permits only Domain Admins and Account Operators to send a network message. On a member server or workstation, only Administrators and Server Operators can send a network message. |
For more information see Security Requirements for the Network Management Functions.