Share via


CustomCallingContext.AddVoip(String, String) Method

Definition

Add a custom calling context voip header.

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

Parameters

key
String

custom calling context voip header's key.

value
String

custom calling context voip header's value.

Applies to