ScopedMessagePartSpecification.TryGetParts 메서드

정의

지정된 작업 키와 일치하는 부분이 있는지 확인합니다.

오버로드

Name Description
TryGetParts(String, MessagePartSpecification)

지정된 작업 키와 일치하는 부분이 있는지 확인합니다.

TryGetParts(String, Boolean, MessagePartSpecification)

지정된 작업 키와 일치하는 부분이 있는지 확인합니다.

TryGetParts(String, MessagePartSpecification)

지정된 작업 키와 일치하는 부분이 있는지 확인합니다.

public:
 bool TryGetParts(System::String ^ action, [Runtime::InteropServices::Out] System::ServiceModel::Security::MessagePartSpecification ^ % parts);
public bool TryGetParts(string action, out System.ServiceModel.Security.MessagePartSpecification parts);
member this.TryGetParts : string * MessagePartSpecification -> bool
Public Function TryGetParts (action As String, ByRef parts As MessagePartSpecification) As Boolean

매개 변수

action
String

작업 키입니다.

parts
MessagePartSpecification

이 메서드가 반환되면 찾은 MessagePartSpecification 부분이 들어 있는 항목이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반품

true일치하는 부분을 찾았으면 그렇지 않으면 . false

설명

지정된 작업이 없는 ScopedMessagePartSpecification경우 와일드카드 작업("*")에 대해 구성된 메시지 파트가 반환됩니다.

적용 대상

TryGetParts(String, Boolean, MessagePartSpecification)

지정된 작업 키와 일치하는 부분이 있는지 확인합니다.

public:
 bool TryGetParts(System::String ^ action, bool excludeChannelScope, [Runtime::InteropServices::Out] System::ServiceModel::Security::MessagePartSpecification ^ % parts);
public bool TryGetParts(string action, bool excludeChannelScope, out System.ServiceModel.Security.MessagePartSpecification parts);
member this.TryGetParts : string * bool * MessagePartSpecification -> bool
Public Function TryGetParts (action As String, excludeChannelScope As Boolean, ByRef parts As MessagePartSpecification) As Boolean

매개 변수

action
String

작업 키입니다.

excludeChannelScope
Boolean

이 경우 true파트를 현재 채널로 제한합니다.

parts
MessagePartSpecification

이 메서드가 반환되면 찾은 MessagePartSpecification 부분이 들어 있는 항목이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반품

true일치하는 부분을 찾았으면 그렇지 않으면 . false

설명

지정된 작업이 없는 ScopedMessagePartSpecification경우 와일드카드 작업("*")에 대해 구성된 메시지 파트가 반환됩니다.

적용 대상