HttpTransportBindingConfig Constructor (String, Int32)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the HttpTransportBindingConfig class with the specified service URN and port.
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Sub New ( _
serviceUrn As String, _
port As Integer _
)
public HttpTransportBindingConfig(
string serviceUrn,
int port
)
public:
HttpTransportBindingConfig(
String^ serviceUrn,
int port
)
new :
serviceUrn:string *
port:int -> HttpTransportBindingConfig
public function HttpTransportBindingConfig(
serviceUrn : String,
port : int
)
Parameters
- serviceUrn
Type: System. . :: . .String
The service URN.
- port
Type: System. . :: . .Int32
The service port.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.
See Also
Reference
HttpTransportBindingConfig Class