WSTrustServiceContract.BeginProcessCore 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
STS에 대한 비동기 호출을 완료합니다.
protected:
virtual IAsyncResult ^ BeginProcessCore(System::ServiceModel::Channels::Message ^ requestMessage, System::IdentityModel::Protocols::WSTrust::WSTrustRequestSerializer ^ requestSerializer, System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ responseSerializer, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult BeginProcessCore (System.ServiceModel.Channels.Message requestMessage, System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer requestSerializer, System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer responseSerializer, string requestAction, string responseAction, string trustNamespace, AsyncCallback callback, object state);
abstract member BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
override this.BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginProcessCore (requestMessage As Message, requestSerializer As WSTrustRequestSerializer, responseSerializer As WSTrustResponseSerializer, requestAction As String, responseAction As String, trustNamespace As String, callback As AsyncCallback, state As Object) As IAsyncResult
매개 변수
- requestMessage
- Message
들어오는 요청 메시지입니다.
- requestSerializer
- WSTrustRequestSerializer
WS-Trust 요청 Serializer입니다.
- responseSerializer
- WSTrustResponseSerializer
WS-Trust 응답 Serializer입니다.
- requestAction
- String
요청 SOAP 동작입니다.
- responseAction
- String
응답 SOAP 동작입니다.
- trustNamespace
- String
들어오는 요청의 WS-Trust 버전에 대한 네임스페이스 URI입니다.
- callback
- AsyncCallback
비동기 호출이 끝났을 때 호출된 콜백입니다.
- state
- Object
비동기 호출에 대한 상태 정보가 포함된 개체입니다.
반환
비동기 호출을 완료하기 위해 해당 End 메서드로 다시 전달되어야 하는 IAsyncResult입니다.
예외
인수 중 하나가 null입니다.