簡體   English   中英

如何在WCF中獲取netTcpBinding調用的原始IP?

[英]How to get the origin IP of a netTcpBinding call in WCF?

被調用的方法可以訪問綁定級別的信息,如原始IP地址?

您應該可以使用此代碼段:

((RemoteEndpointMessageProperty)OperationContext.Current.IncomingMessageProperties[RemoteEndpointMessageProperty.Name]).Address;

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM