CustomCallingContext.AddSipX(String, String) Method

Definition

Add a custom calling context sip X header. The provided key is appended to such as 'X-MS-Custom-{key}'

public void AddSipX (string key, string value);
member this.AddSipX : string * string -> unit
Public Sub AddSipX (key As String, value As String)

Parameters

key
String

custom calling context sip X header's key.

value
String

custom calling context sip X header's value.

Applies to