WSTrustChannel.Contract Propiedad

Definición

Obtiene o establece el contrato de canal que el canal utiliza para enviar y recibir mensajes.

public:  property System::ServiceModel::Security::IWSTrustChannelContract ^ Contract {  public:
System::ServiceModel::Security::IWSTrustChannelContract ^ get(); protected:
 void set(System::ServiceModel::Security::IWSTrustChannelContract ^ value); };
public System.ServiceModel.Security.IWSTrustChannelContract Contract { get; protected set; }
member this.Contract : System.ServiceModel.Security.IWSTrustChannelContract with get, set
Public Property Contract As IWSTrustChannelContract

Valor de propiedad

IWSTrustChannelContract que define el contrato del canal.

Comentarios

El descriptor de acceso set está protegido.

Se aplica a