Example #1
0
 public TSIP_Uri(tsip_uri_type_t type)
 {
     this.Type = type;
 }
Example #2
0
 public TSIP_Uri(tsip_uri_type_t type)
 {
     this.Type = type;
 }
Example #3
0
 public static TSIP_Uri Create(tsip_uri_type_t type)
 {
     return(new TSIP_Uri(type));
 }
Example #4
0
 public static TSIP_Uri Create(tsip_uri_type_t type)
 {
     return new TSIP_Uri(type);
 }