CallOptionalHeadersAllowedMethods Property |
Gets the methods allowed by the call party.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic IEnumerable<string> AllowedMethods { get; set; }
Public Property AllowedMethods As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ AllowedMethods {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member AllowedMethods : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableString
See Also