Click or drag to resize

InternalSIPAddressExToContactHeader Method (SIPAddress, AddrSpecType, TransportType, NullableInt32)

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static Contact ToContactHeader(
	SIPAddress address,
	AddrSpecType addSpecType,
	TransportType transportType,
	Nullable<int> expires = null
)

Parameters

address
Type: Ozeki.VoIPSIPAddress
addSpecType
Type: Ozeki.VoIPAddrSpecType
transportType
Type: Ozeki.NetworkTransportType
expires (Optional)
Type: SystemNullableInt32

Return Value

Type: Contact
See Also