다음을 통해 공유


SoapMessage.Url 속성

정의

파생 클래스에서 재정의된 경우 해당 XML Web services의 기본 URL을 가져옵니다.

public:
 abstract property System::String ^ Url { System::String ^ get(); };
public abstract string Url { get; }
member this.Url : string
Public MustOverride ReadOnly Property Url As String

속성 값

String

XML Web services의 기본 URL입니다.

예제

myStreamWriter->WriteLine(
   "The site where the XML Web service is available is:" );
myStreamWriter->WriteLine( "\t{0}", message->Url );
myStreamWriter.WriteLine(
   "The site where the XML Web service is available is:");
myStreamWriter.WriteLine("\t" + message.Url);
myStreamWriter.WriteLine( _
   "The site where the XML Web service is available is: ")
myStreamWriter.WriteLine(ControlChars.Tab & message.Url)

설명

합니다 Url 수행 하는 동안 속성에 액세스할 수 있습니다 SoapMessageStage합니다.

적용 대상