LumiSoft Mail Server User API
Branch Property
Namespaces > LumiSoft.Net.SIP.Header > SIP_t_ViaParm > Branch
Gets or sets branch ID. The branch ID parameter in the Via header field values serves as a transaction identifier. The value of the branch parameter MUST start with the magic cookie "z9hG4bK". Value null means that branch paramter doesn't exist.
Syntax
C#Visual BasicManaged C++
public string Branch { get; set; }
Public Property Branch As String
public:
String^ Branch {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)