LoggingForwardingProtocol

The Forwarding.Protocol enumerated type defines transport protocols for outbound log messages.
TLS : Log messages will be forwarded to the remote host by using the TLS protocol.
UDP : Log messages will be forwarded to the remote host using the UDP protocol.
TCP : Log messages will be forwarded to the remote host using the TCP protocol.

Enumeration:   TLS,   UDP,   TCP,  


Feedback

Was this page helpful?