![](../icons/VELogo.jpg) |
MessageRequestEventArgsTransportProtocol Property |
The transport protocol of the message.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntaxpublic TransportProtocol TransportProtocol { get; set; }
Public Property TransportProtocol As TransportProtocol
Get
Set
public:
property TransportProtocol TransportProtocol {
TransportProtocol get ();
void set (TransportProtocol value);
}
member TransportProtocol : TransportProtocol with get, set
Property Value
Type:
TransportProtocol
See Also