MessageFactoryServerAllowedMethods Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<string> ServerAllowedMethods { get; }
Public ReadOnly Property ServerAllowedMethods As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ ServerAllowedMethods {
IEnumerable<String^>^ get ();
}
member ServerAllowedMethods : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also