public Address( string protocol, string system, string host, Nullable<int> port )
Public Sub New ( _ protocol As String, _ system As String, _ host As String, _ port As Nullable(Of Integer) _ )
public: Address( String^ protocol, String^ system, String^ host, Nullable<int^> port )