Brunet.Symphony.SubringTransportAddress.Create C# (CSharp) Метод

Create() публичный статический Метод

public static Create ( string s ) : TransportAddress
s string
Результат Brunet.Transport.TransportAddress
    public static TransportAddress Create(string s)
    {
      return new SubringTransportAddress(s);
    }