コード例 #1
0
ファイル: SwitchSharp.cs プロジェクト: jeoffman/SipSharp
 public void AddListener(ITransport transport)
 {
     _stack.AddTransport(transport);
 }